Table of content



/airplane/airline/{id}

Mapping URL: /airplane/airline/{id}

Description: find the airplane entities of airline with the appended id

Microservice: AirplaneService


Methods

/airplane/airline/{id}

/airplane/airline/{id}

Mapping URL: /airplane/airline/{id}

Description: AirlineService

Name: findAllAirplaneOfAirline(id)

Request Method: GET

Service Interface: /airplane/airline/{id}

Service Entity: Airline



AirplaneService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content